home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / .registry / math_fibonacci.reg < prev    next >
Text File  |  2004-03-24  |  2KB  |  9 lines

  1. a:14:{s:8:"provides";a:0:{}s:8:"filelist";a:4:{s:13:"Fibonacci.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"Math";s:6:"md5sum";s:32:"b2bf381e2478ff2a593a8d7d354c0045";s:12:"installed_as";s:36:"C:\xampp\php\pear\Math\Fibonacci.php";}s:29:"Fibonacci/_fibonacciTable.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"Math";s:6:"md5sum";s:32:"67245e31bd135cf1a9b4026bc63ba92c";s:12:"installed_as";s:52:"C:\xampp\php\pear\Math\Fibonacci\_fibonacciTable.php";}s:27:"test/testMath_Fibonacci.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"Math";s:6:"md5sum";s:32:"acbbc6aba59f295d73247a6ba0fd6425";s:12:"installed_as";s:50:"C:\xampp\php\pear\Math\test\testMath_Fibonacci.php";}s:7:"dirtree";a:3:{s:22:"C:\xampp\php\pear\Math";b:1;s:32:"C:\xampp\php\pear\Math\Fibonacci";b:1;s:27:"C:\xampp\php\pear\Math\test";b:1;}}s:7:"package";s:14:"Math_Fibonacci";s:7:"summary";s:52:"Package to calculat and manipulate Fibonacci numbers";s:11:"description";s:454:"The Fibonacci series is constructed using the formula:
  2.       F(n) = F(n - 1) + F (n - 2),
  3. By convention F(0) = 0, and F(1) = 1.
  4. An alternative formula that uses the Golden Ratio can also be used:
  5.       F(n) = (PHI^n - phi^n)/sqrt(5) [Lucas' formula],
  6. where PHI = (1 + sqrt(5))/2 is the Golden Ratio, and
  7.       phi = (1 - sqrt(5))/2 is its reciprocal
  8. Requires Math_Integer, and can be used with big integers if the GMP or
  9. the BCMATH libraries are present.";s:11:"maintainers";a:1:{i:0;a:4:{s:6:"handle";s:13:"jmcastagnetto";s:4:"name";s:20:"Jesus M. Castagnetto";s:5:"email";s:21:"jmcastagnetto@php.net";s:4:"role";s:4:"lead";}}s:7:"version";s:3:"0.8";s:12:"release_date";s:10:"2002-12-31";s:15:"release_license";s:3:"PHP";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:27:"Initial release under PEAR.";s:12:"release_deps";a:1:{i:1;a:3:{s:4:"type";s:3:"pkg";s:3:"rel";s:3:"has";s:4:"name";s:12:"Math_Integer";}}s:9:"changelog";a:1:{i:0;a:0:{}}s:13:"_lastmodified";i:1080135381;}